-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ✨Ability to specify whether a user displays on login page #397
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JamsRepos
requested changes
Apr 30, 2024
apps/wizarr-frontend/src/modules/admin/components/Forms/InvitationForm.vue
Outdated
Show resolved
Hide resolved
apps/wizarr-frontend/src/modules/admin/components/Forms/InvitationForm.vue
Outdated
Show resolved
Hide resolved
apps/wizarr-frontend/src/modules/admin/components/InvitationManager/Invitation.vue
Outdated
Show resolved
Hide resolved
apps/wizarr-frontend/src/modules/admin/components/InvitationManager/Invitation.vue
Outdated
Show resolved
Hide resolved
JamsRepos
approved these changes
Apr 30, 2024
JamsRepos
approved these changes
Apr 30, 2024
JamsRepos
changed the title
feat: Ability to specify whether a user displays on login page
feat: ✨Ability to specify whether a user displays on login page
Apr 30, 2024
Merged
wizarr-sentry bot
pushed a commit
that referenced
this pull request
May 3, 2024
## [4.1.0-beta.1](v4.0.0...v4.1.0-beta.1) (2024-05-03) ### New Features * ✨ Replaced the default homepage with the invite interface ([9c6ea38](9c6ea38)) * ✨Ability to specify whether a user displays on login page ([#397](#397)) ([a1380e0](a1380e0)) ### Bug Fixes * 🐛 Change live_tv to a boolean through the migration script ([00372cc](00372cc)) * 🐛 Live TV boolean changes to True by default ([e41b935](e41b935)) * 🐛 Potential fix for white pages and pages caching ([65feec9](65feec9)) * 🐝 remove extra return statement ([331be20](331be20)) * 🩹 cast current version as string ([4490590](4490590)) * 🩹 Disabled access to Live TV Management for Jellyfin/Emby ([a603d56](a603d56)) * 🩹 Fixed plex profile pictures erroring out when Plex Home users are present ([a1c3571](a1c3571)) * 🩹 Import error for software_lifecycle ([f6f9ef9](f6f9ef9)) * 🚑 Change migration script to a boolean for hide_user ([dec8103](dec8103)) * 🚑 Changed order of Emby user password creation ([fd52649](fd52649)) * 🚑 Solved issue with the routes clashing ([c3af54e](c3af54e)) * **sentry:** 🐛 set release version for proper tracking ([0f4d08c](0f4d08c)) ### Chores * 🧺 Changed request service URL field to correctly reflect the service ([553c78f](553c78f)) * 🧺 Remove version getter as not needed ([50957bc](50957bc)) ### Documentation * 📚 removed v3 mentions from root readme ([d7a4495](d7a4495)) ### Code Refactoring * 🔧 Change the admin login to reflect the new homepage ([549b3de](549b3de)) * 🔧 Cleanup old deprecated code ([fa56308](fa56308)) * 🔧 Removed ability to fetch profile picture from media servers ([e3ab547](e3ab547)) * 🔨 Changed profile picture logic for media servers ([f1f94e1](f1f94e1))
2 tasks
wizarr-sentry bot
pushed a commit
that referenced
this pull request
May 5, 2024
## [4.1.0](v4.0.0...v4.1.0) (2024-05-05) ### New Features * ✨ Replaced the default homepage with the invite interface ([9c6ea38](9c6ea38)) * ✨Ability to specify whether a user displays on login page ([#397](#397)) ([a1380e0](a1380e0)) ### Bug Fixes * 🐛 Change live_tv to a boolean through the migration script ([00372cc](00372cc)) * 🐛 Live TV boolean changes to True by default ([e41b935](e41b935)) * 🐛 Potential fix for white pages and pages caching ([65feec9](65feec9)) * 🐝 remove extra return statement ([331be20](331be20)) * 🩹 cast current version as string ([4490590](4490590)) * 🩹 Disabled access to Live TV Management for Jellyfin/Emby ([a603d56](a603d56)) * 🩹 Fixed plex profile pictures erroring out when Plex Home users are present ([a1c3571](a1c3571)) * 🩹 Import error for software_lifecycle ([f6f9ef9](f6f9ef9)) * 🚑 Change migration script to a boolean for hide_user ([dec8103](dec8103)) * 🚑 Changed order of Emby user password creation ([fd52649](fd52649)) * 🚑 Solved issue with the routes clashing ([c3af54e](c3af54e)) * **sentry:** 🐛 set release version for proper tracking ([0f4d08c](0f4d08c)) ### Chores * 🧺 Changed request service URL field to correctly reflect the service ([553c78f](553c78f)) * 🧺 Remove version getter as not needed ([50957bc](50957bc)) * **release:** 4.1.0-beta.1 ([b4d5a34](b4d5a34)), closes [#397](#397) ### Documentation * 📚 removed v3 mentions from root readme ([d7a4495](d7a4495)) ### Code Refactoring * 🔧 Change the admin login to reflect the new homepage ([549b3de](549b3de)) * 🔧 Cleanup old deprecated code ([fa56308](fa56308)) * 🔧 Removed ability to fetch profile picture from media servers ([e3ab547](e3ab547)) * 🔨 Changed profile picture logic for media servers ([f1f94e1](f1f94e1))
🎉 This PR is included in version 4.1.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds feature requested in #376 and part of #395.
Works for both Emby and Jellyfin.
Emby uses IsHidden, IsHiddenRemotely and IsHiddenFromUnusedDevices while Jellyfin only uses IsHidden.
afaik, this is not a feature needed for plex.